FileInfo

class FileInfo : GeneratedMessage, MeshProtos.FileInfoOrBuilder

Individual File info for the device
Protobuf type meshtastic.FileInfo

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.FileInfoOrBuilder

Individual File info for the device
Protobuf type meshtastic.FileInfo

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getFileName(): String

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard
open fun getFileNameBytes(): ByteString

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSizeBytes(): Int

The size of the file in bytes
uint32 size_bytes = 2;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.FileInfo
Link copied to clipboard
open fun parseFrom(data: ByteString): MeshProtos.FileInfo
open fun parseFrom(input: CodedInputStream): MeshProtos.FileInfo
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.FileInfo
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.FileInfo
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.FileInfo
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.FileInfo
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.FileInfo
Link copied to clipboard
open fun parser(): Parser<MeshProtos.FileInfo>
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)